Upstream tarball 9634
[amule.git] / MSVC Solution / fileview / fileview.vcproj
blob42d8d1df6d4f24be5eb904cd3c9d607f30d0998a
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="fileview"
6 ProjectGUID="{02A90868-EC36-4EA2-8D46-3B0BB33AEAC6}"
7 RootNamespace="fileview"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="1"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 AdditionalOptions="/MP"
44 Optimization="0"
45 AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\wxWidgets\include&quot;;&quot;$(SolutionDir)\..\..\wxWidgets\lib\vc_lib\mswud&quot;;&quot;$(SolutionDir)\..\src\include&quot;;&quot;$(SolutionDir)\..\src\libs&quot;;&quot;$(SolutionDir)\..\..\&quot;"
46 PreprocessorDefinitions="_DEBUG;_SCL_SECURE_NO_WARNINGS;wxUSE_GUI=0;USE_WX_EXTENSIONS;MULEUNIT"
47 ExceptionHandling="2"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 WarningLevel="3"
52 DebugInformationFormat="3"
54 <Tool
55 Name="VCManagedResourceCompilerTool"
57 <Tool
58 Name="VCResourceCompilerTool"
60 <Tool
61 Name="VCPreLinkEventTool"
63 <Tool
64 Name="VCLinkerTool"
65 AdditionalDependencies="shlwapi.lib"
66 LinkIncremental="1"
67 GenerateDebugInformation="true"
68 SubSystem="1"
69 RandomizedBaseAddress="1"
70 DataExecutionPrevention="0"
71 TargetMachine="1"
73 <Tool
74 Name="VCALinkTool"
76 <Tool
77 Name="VCManifestTool"
79 <Tool
80 Name="VCXDCMakeTool"
82 <Tool
83 Name="VCBscMakeTool"
85 <Tool
86 Name="VCFxCopTool"
88 <Tool
89 Name="VCAppVerifierTool"
91 <Tool
92 Name="VCPostBuildEventTool"
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98 IntermediateDirectory="$(ConfigurationName)"
99 ConfigurationType="1"
100 CharacterSet="1"
101 WholeProgramOptimization="1"
103 <Tool
104 Name="VCPreBuildEventTool"
106 <Tool
107 Name="VCCustomBuildTool"
109 <Tool
110 Name="VCXMLDataGeneratorTool"
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"
115 <Tool
116 Name="VCMIDLTool"
118 <Tool
119 Name="VCCLCompilerTool"
120 AdditionalOptions="/MP"
121 Optimization="3"
122 AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\wxWidgets\include&quot;;&quot;$(SolutionDir)\..\..\wxWidgets\lib\vc_lib\mswu&quot;;&quot;$(SolutionDir)\..\src\include&quot;;&quot;$(SolutionDir)\..\src\libs&quot;;&quot;$(SolutionDir)\..\..\&quot;"
123 PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS;wxUSE_GUI=0;USE_WX_EXTENSIONS;MULEUNIT"
124 RuntimeLibrary="0"
125 UsePrecompiledHeader="0"
126 WarningLevel="3"
127 DebugInformationFormat="3"
129 <Tool
130 Name="VCManagedResourceCompilerTool"
132 <Tool
133 Name="VCResourceCompilerTool"
135 <Tool
136 Name="VCPreLinkEventTool"
138 <Tool
139 Name="VCLinkerTool"
140 AdditionalDependencies="shlwapi.lib"
141 LinkIncremental="1"
142 GenerateDebugInformation="true"
143 SubSystem="1"
144 OptimizeReferences="2"
145 EnableCOMDATFolding="2"
146 RandomizedBaseAddress="1"
147 DataExecutionPrevention="0"
148 TargetMachine="1"
150 <Tool
151 Name="VCALinkTool"
153 <Tool
154 Name="VCManifestTool"
156 <Tool
157 Name="VCXDCMakeTool"
159 <Tool
160 Name="VCBscMakeTool"
162 <Tool
163 Name="VCFxCopTool"
165 <Tool
166 Name="VCAppVerifierTool"
168 <Tool
169 Name="VCPostBuildEventTool"
171 </Configuration>
172 <Configuration
173 Name="Debug29|Win32"
174 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
175 IntermediateDirectory="$(ConfigurationName)"
176 ConfigurationType="1"
177 CharacterSet="1"
179 <Tool
180 Name="VCPreBuildEventTool"
182 <Tool
183 Name="VCCustomBuildTool"
185 <Tool
186 Name="VCXMLDataGeneratorTool"
188 <Tool
189 Name="VCWebServiceProxyGeneratorTool"
191 <Tool
192 Name="VCMIDLTool"
194 <Tool
195 Name="VCCLCompilerTool"
196 AdditionalOptions="/MP"
197 Optimization="0"
198 AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\wxWidgets29\include&quot;;&quot;$(SolutionDir)\..\..\wxWidgets29\lib\vc_lib\mswud&quot;;&quot;$(SolutionDir)\..\src\include&quot;;&quot;$(SolutionDir)\..\src\libs&quot;;&quot;$(SolutionDir)\..\..\&quot;"
199 PreprocessorDefinitions="_DEBUG;_SCL_SECURE_NO_WARNINGS;wxUSE_GUI=0;USE_WX_EXTENSIONS;MULEUNIT"
200 ExceptionHandling="2"
201 BasicRuntimeChecks="3"
202 RuntimeLibrary="3"
203 UsePrecompiledHeader="0"
204 WarningLevel="3"
205 DebugInformationFormat="3"
207 <Tool
208 Name="VCManagedResourceCompilerTool"
210 <Tool
211 Name="VCResourceCompilerTool"
213 <Tool
214 Name="VCPreLinkEventTool"
216 <Tool
217 Name="VCLinkerTool"
218 AdditionalDependencies="shlwapi.lib"
219 LinkIncremental="1"
220 GenerateDebugInformation="true"
221 SubSystem="1"
222 RandomizedBaseAddress="1"
223 DataExecutionPrevention="0"
224 TargetMachine="1"
226 <Tool
227 Name="VCALinkTool"
229 <Tool
230 Name="VCManifestTool"
232 <Tool
233 Name="VCXDCMakeTool"
235 <Tool
236 Name="VCBscMakeTool"
238 <Tool
239 Name="VCFxCopTool"
241 <Tool
242 Name="VCAppVerifierTool"
244 <Tool
245 Name="VCPostBuildEventTool"
247 </Configuration>
248 <Configuration
249 Name="Release29|Win32"
250 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
251 IntermediateDirectory="$(ConfigurationName)"
252 ConfigurationType="1"
253 CharacterSet="1"
254 WholeProgramOptimization="1"
256 <Tool
257 Name="VCPreBuildEventTool"
259 <Tool
260 Name="VCCustomBuildTool"
262 <Tool
263 Name="VCXMLDataGeneratorTool"
265 <Tool
266 Name="VCWebServiceProxyGeneratorTool"
268 <Tool
269 Name="VCMIDLTool"
271 <Tool
272 Name="VCCLCompilerTool"
273 AdditionalOptions="/MP"
274 Optimization="3"
275 AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\wxWidgets29\include&quot;;&quot;$(SolutionDir)\..\..\wxWidgets29\lib\vc_lib\mswu&quot;;&quot;$(SolutionDir)\..\src\include&quot;;&quot;$(SolutionDir)\..\src\libs&quot;;&quot;$(SolutionDir)\..\..\&quot;"
276 PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS;wxUSE_GUI=0;USE_WX_EXTENSIONS;MULEUNIT"
277 RuntimeLibrary="0"
278 UsePrecompiledHeader="0"
279 WarningLevel="3"
280 DebugInformationFormat="3"
282 <Tool
283 Name="VCManagedResourceCompilerTool"
285 <Tool
286 Name="VCResourceCompilerTool"
288 <Tool
289 Name="VCPreLinkEventTool"
291 <Tool
292 Name="VCLinkerTool"
293 AdditionalDependencies="shlwapi.lib"
294 LinkIncremental="1"
295 GenerateDebugInformation="true"
296 SubSystem="1"
297 OptimizeReferences="2"
298 EnableCOMDATFolding="2"
299 RandomizedBaseAddress="1"
300 DataExecutionPrevention="0"
301 TargetMachine="1"
303 <Tool
304 Name="VCALinkTool"
306 <Tool
307 Name="VCManifestTool"
309 <Tool
310 Name="VCXDCMakeTool"
312 <Tool
313 Name="VCBscMakeTool"
315 <Tool
316 Name="VCFxCopTool"
318 <Tool
319 Name="VCAppVerifierTool"
321 <Tool
322 Name="VCPostBuildEventTool"
324 </Configuration>
325 </Configurations>
326 <References>
327 </References>
328 <Files>
329 <Filter
330 Name="Source Files"
331 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
332 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
334 <File
335 RelativePath="..\..\src\CFile.cpp"
337 </File>
338 <File
339 RelativePath="..\..\src\utils\fileview\eD2kFiles.cpp"
341 </File>
342 <File
343 RelativePath="..\..\src\utils\fileview\FileView.cpp"
345 </File>
346 <File
347 RelativePath="..\..\src\utils\fileview\KadFiles.cpp"
349 </File>
350 <File
351 RelativePath="..\..\src\OtherFunctions.cpp"
353 </File>
354 <File
355 RelativePath="..\..\src\utils\fileview\Print.cpp"
357 </File>
358 <File
359 RelativePath="..\..\src\SafeFile.cpp"
361 </File>
362 <File
363 RelativePath="..\..\src\Tag.cpp"
365 </File>
366 <File
367 RelativePath="..\..\src\kademlia\utils\UInt128.cpp"
369 </File>
370 </Filter>
371 <Filter
372 Name="Header Files"
373 Filter="h;hpp;hxx;hm;inl;inc;xsd"
374 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
376 <File
377 RelativePath="..\..\src\utils\fileview\eD2kFiles.h"
379 </File>
380 <File
381 RelativePath="..\..\src\utils\fileview\KadFiles.h"
383 </File>
384 <File
385 RelativePath="..\..\src\utils\fileview\Print.h"
387 </File>
388 </Filter>
389 <Filter
390 Name="Resource Files"
391 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
392 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
394 </Filter>
395 </Files>
396 <Globals>
397 </Globals>
398 </VisualStudioProject>